﻿2026-06-21T22:30:08.1462641Z ##[group]Run actions/checkout@v5
2026-06-21T22:30:08.1463116Z with:
2026-06-21T22:30:08.1463442Z   repository: SaberMage/spt-core
2026-06-21T22:30:08.1466295Z   token: ***
2026-06-21T22:30:08.1466633Z   ssh-strict: true
2026-06-21T22:30:08.1466930Z   ssh-user: git
2026-06-21T22:30:08.1467219Z   persist-credentials: true
2026-06-21T22:30:08.1467560Z   clean: true
2026-06-21T22:30:08.1467856Z   sparse-checkout-cone-mode: true
2026-06-21T22:30:08.1468215Z   fetch-depth: 1
2026-06-21T22:30:08.1468507Z   fetch-tags: false
2026-06-21T22:30:08.1468796Z   show-progress: true
2026-06-21T22:30:08.1469100Z   lfs: false
2026-06-21T22:30:08.1469375Z   submodules: false
2026-06-21T22:30:08.1469704Z   set-safe-directory: true
2026-06-21T22:30:08.1470040Z env:
2026-06-21T22:30:08.1470315Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-21T22:30:08.1470677Z ##[endgroup]
2026-06-21T22:30:08.3354219Z Syncing repository: SaberMage/spt-core
2026-06-21T22:30:08.3355355Z ##[group]Getting Git version info
2026-06-21T22:30:08.3355889Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T22:30:08.3597918Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T22:30:08.3863070Z git version 2.43.0.windows.1
2026-06-21T22:30:08.3888972Z ##[endgroup]
2026-06-21T22:30:08.3896711Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\8e98dfc9-44bb-4a3b-95ef-d8de1264ce7d\.gitconfig'
2026-06-21T22:30:08.3909143Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\8e98dfc9-44bb-4a3b-95ef-d8de1264ce7d' before making global git config changes
2026-06-21T22:30:08.3910102Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T22:30:08.3914505Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T22:30:08.4143974Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-21T22:30:08.4332007Z https://github.com/SaberMage/spt-core
2026-06-21T22:30:08.4360415Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T22:30:08.4364357Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T22:30:08.4553342Z HEAD
2026-06-21T22:30:08.4783896Z ##[endgroup]
2026-06-21T22:30:08.4787283Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-21T22:30:08.8250254Z ##[group]Cleaning the repository
2026-06-21T22:30:08.8254335Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-21T22:30:10.0661540Z Removing target/
2026-06-21T22:30:10.0695160Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-21T22:30:10.1210010Z HEAD is now at e95b3e8 Merge 123253f56abd73582f06d55ffa8f042fc9614883 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T22:30:10.1238197Z ##[endgroup]
2026-06-21T22:30:10.1242925Z ##[group]Disabling automatic garbage collection
2026-06-21T22:30:10.1250713Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T22:30:10.1534680Z ##[endgroup]
2026-06-21T22:30:10.1535259Z ##[group]Setting up auth
2026-06-21T22:30:10.1535717Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T22:30:10.1772819Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T22:30:10.5482211Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T22:30:10.5704892Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T22:30:10.9311973Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T22:30:10.9520228Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T22:30:11.3055025Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T22:30:11.3309230Z ##[endgroup]
2026-06-21T22:30:11.3316095Z ##[group]Fetching the repository
2026-06-21T22:30:11.3316793Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e95b3e8976a23f532732eb0f93c335c24bedd824:refs/remotes/pull/27/merge
2026-06-21T22:30:11.9411011Z ##[endgroup]
2026-06-21T22:30:11.9411404Z ##[group]Determining the checkout info
2026-06-21T22:30:11.9411768Z ##[endgroup]
2026-06-21T22:30:11.9417037Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T22:30:11.9680570Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T22:30:11.9888845Z ##[group]Checking out the ref
2026-06-21T22:30:11.9892782Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T22:30:12.0252599Z HEAD is now at e95b3e8 Merge 123253f56abd73582f06d55ffa8f042fc9614883 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T22:30:12.0273097Z ##[endgroup]
2026-06-21T22:30:12.0495018Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T22:30:12.0689073Z e95b3e8976a23f532732eb0f93c335c24bedd824
